home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publish.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.4 KB  |  34 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1><img src="..\..\images\my_uddi.gif" height="16" width="16" alt="My UDDI"> My UDDI</H1>
  18.                     The <b>My UDDI</b> tab is your starting point in
  19.                     <uddi:ContentController Runat='server' Mode='Private'> UDDI Services.</uddi:ContentController>
  20.                     <uddi:ContentController Runat='server' Mode='Public'> UDDI.</uddi:ContentController>
  21.                     Select either the Providers or tModels tab to manage and view your providers or tModels.
  22.                     <uddi:ContentController Runat='server' Mode='Private'>
  23.                     <P>
  24.                     If you are not yet familiar with publishing in UDDI Services, see the <a href="publish.publishinuddiservices.aspx">Introduction to Publishing</a> in UDDI Services.</uddi:ContentController>
  25.                 </td>
  26.             </tr>
  27.         </table>
  28.         <!-- #include file = "publish.footer.htm" -->
  29.     </body>
  30. </html>
  31.  
  32.  
  33.  
  34.